home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / util / dir / managers.lha / Managers / ReadMe < prev    next >
Text File  |  1997-01-15  |  3KB  |  102 lines

  1.  
  2.  
  3.                   ** Managers for the masses **
  4.  
  5.                  YOU BETTER READ THIS, ..OR ELSE!
  6.  
  7.  
  8.                           INSTALLATION :
  9.                           --------------
  10.  
  11. 1. Copy the files "Gui4Cli", "Gui", "Rep" and "Wrap" contained in the
  12.    'c' directory to your c: directory.
  13.  
  14. 2. Copy the directories "Dir" and "CliMaster" anywhere you
  15.    want.
  16.  
  17.    To run the file managers, enter either of the above dirs and click
  18.    on the respective icon.
  19.  
  20. 3. Make sure you Configure the file managers!
  21.    - dir.gc - Click right mouse button, then 'more..', then 'Config'
  22.    - CliMaster - choose 'config' from the menu
  23.  
  24.    Read their manuals for details.
  25.  
  26. IMPORTANT : Included here is a newer version of c:Gui to the one
  27. available in Gui4Cli v2.2 main archive on Aminet (dev/gui).
  28. This version uses the WBPath routine written by Ralph Babel which
  29. makes sure that Gui4Cli inherits the defaults paths of your system
  30. even if launched from the Workbench (which normally doesn't pass
  31. on your paths to the programs it launches). Thanks to M. van Elst
  32. for pointing it out to me. Details of the WBPath routine are 
  33. included herein.
  34.  
  35.  
  36. Ganeral :
  37. ----------
  38.  
  39. The File Managers contained in this archive have been constructed 
  40. using a GUI making language called Gui4Cli, which is included herein
  41. in it's most basic form. If you want the full manual etc for Gui4Cli
  42. you can get it from Aminet (Dev/Gui/Gui4Cli.lha) or from my web
  43. page at http://users.hol.gr/~dck/gcmain.htm
  44.  
  45. The scripts which make-up the file managers (and which are read and
  46. executed by Gui4Cli), are plain text files, which you can change,
  47. expand, or use as an example and construct your own File-Manager 
  48. (or any other GUI), just the way you like it!
  49.  
  50.  
  51. Explanation of contents :
  52. -------------------------
  53.  
  54. 1. Gui4Cli :
  55.  
  56. This is the program that does the actual work. It's the GUI runner
  57. and it consists of 2 files :
  58. - Gui4Cli - the main program 
  59. - Gui     - a loader for Gui4Cli
  60. Both of these files should be copied to your c: directory.
  61. A simple listing of the commands you can use with Gui4Cli can be found
  62. in dir.gc Help Guide (dir.guide), which is in the "Dir" directory.
  63. NOTE: If you download the full version, then Gui4Cli may be installed
  64.       in it's own directory. In this case, delete c:Gui4Cli.
  65.  
  66. 2. Dir.gc :
  67.  
  68. This is the file manager I have constructed.
  69. It can be found in the directory "Dir", which you can copy anywhere.
  70. Run it by clicking on it's icon, or from a shell by typing :
  71. > run gui dir.gc
  72.  
  73. 3. CliMaster :
  74.  
  75. This is an other great file manager, constructed by G. Maddox.
  76. It can be found in directory "Cli_Master", which you can copy anywhere.
  77. Run it by clicking on it's icon, or from a shell by typing :
  78. > run gui climaster
  79.  
  80. 4. Helper programs :
  81.  
  82. There are also 2 small pure CLI programs included, and which are used
  83. by dir.gc. They should be copied to your c: directory.
  84. REP  - Replaces strings in text files
  85. WRAP - Rewraps text files
  86. The docs for these 2 programs are included in Dir.guide.
  87.  
  88. ---------------------------------------------------------------------
  89.  
  90. These file managers are Free-Ware.
  91. Gui4Cli is ShareWare (yeah.. right..) but NOT disabled in any way.
  92.  
  93. All these programs are provided "as they are". No warrantees are
  94. made or implied. Use them at your own risk.
  95.  
  96. That's all.. Have fun.
  97.  
  98. D. Keletsekis
  99. dck@prometheus.hol.gr
  100.  
  101.  
  102.